Skip to content

Commit 0447616

Browse files
Fix indentation.
1 parent fce5189 commit 0447616

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/blob_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ class BlobLOCTest < Rugged::TestCase
174174
include Rugged::TempRepositoryAccess
175175

176176
def write_blob(data)
177-
sha = Rugged::Blob.from_buffer(@repo, data)
178-
Rugged::Blob.lookup(@repo, sha)
177+
sha = Rugged::Blob.from_buffer(@repo, data)
178+
Rugged::Blob.lookup(@repo, sha)
179179
end
180180

181181
def test_loc_end_nl

0 commit comments

Comments
 (0)