Skip to content

Commit 0872ac1

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 6f570b0 commit 0872ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/base_session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func (s *BaseSession) GetStoredProcParam(name string) *StoredProcParam {
270270

271271
func (s *BaseSession) SetStoredProcParam(name string, val any) error {
272272
param := s.GetStoredProcParam(name)
273-
if param == nil {
273+
if param == nil {
274274
return fmt.Errorf("variable `%s` could not be found", name)
275275
}
276276
param.SetValue(val)

0 commit comments

Comments
 (0)