Remove redundant blank lines in repo.go

Signed-off-by: Priyansh Choudhary <im1706@gmail.com>
This commit is contained in:
Priyansh Choudhary
2025-08-11 14:34:05 +05:30
parent 1e0a765030
commit 815ae8af02

View File

@@ -156,5 +156,3 @@ type ObjectWriter interface {
// Result returns the object's unified identifier after the write completes.
Result() (ID, error)
}