Skip to content

Commit ac93e2d

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

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
@@ -100,7 +100,7 @@ std::string get_cache_file() {
100100
// If a failure occurs, then this function returns nonzero and closes
101101
// the database handle.
102102
int remove_issuer_entry(sqlite3 *db, const std::string &issuer,
103-
bool new_transaction) {
103+
bool new_transaction) {
104104

105105
int rc;
106106
if (new_transaction) {

0 commit comments

Comments
 (0)