Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 72f1242

Browse files
committed
typo
1 parent 0e9cfe2 commit 72f1242

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ServiceStack.OrmLite/OrmLiteUtils.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ public static string GetDebugString(this IDbCommand cmd)
7878
}
7979
}
8080

81-
var dbAndParams = StringBuilderCache.ReturnAndFree(sb);
82-
return dbAndParams;
81+
return StringBuilderCache.ReturnAndFree(sb);
8382
}
8483

8584
public static T CreateInstance<T>()

0 commit comments

Comments
 (0)