Skip to content

Commit be600d2

Browse files
committed
Fix formatting
Signed-off-by: Martin Baillie <[email protected]>
1 parent 8f7b604 commit be600d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/backend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend,
7070
// NOTE: Unfortunately GitHub has no mechanism for renewing tokens.
7171
// Renew:
7272
}},
73-
Invalidate: b.Invalidate,
73+
Invalidate: b.Invalidate,
7474
RunningVersion: projectVersion,
7575
}
7676

0 commit comments

Comments
 (0)