Skip to content

Commit cf5b5cc

Browse files
Small whitespace fix by linter
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac93e2d commit cf5b5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scitokens_cache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ int remove_issuer_entry(sqlite3 *db, const std::string &issuer,
112112

113113
sqlite3_stmt *stmt;
114114
rc = sqlite3_prepare_v2(db, "DELETE FROM keycache WHERE issuer = ?", -1,
115-
&stmt, NULL);
115+
&stmt, NULL);
116116
if (rc != SQLITE_OK) {
117117
sqlite3_close(db);
118118
return -1;

0 commit comments

Comments
 (0)