Skip to content

Commit 1677245

Browse files
committed
lint
1 parent b226f73 commit 1677245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/stub/stub.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func (s *Stub) Run(migration io.Reader) error {
113113
}{Query: string(m[:])}); err != nil {
114114
return &database.Error{OrigErr: err, Err: "failed to trigger RunPost"}
115115
}
116-
116+
117117
return nil
118118
}
119119

0 commit comments

Comments
 (0)