Skip to content

Commit 946dc95

Browse files
committed
Fix linter error
1 parent 89127e7 commit 946dc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ var (
165165

166166
RestartFlag = make(chan any) // A channel flag to restart the server instance that launcher listens to (including cache)
167167

168-
validPrefixes = map[ConfigPrefix]bool{
168+
validPrefixes = map[ConfigPrefix]bool{
169169
PelicanPrefix: true,
170170
OsdfPrefix: true,
171171
StashPrefix: true,

0 commit comments

Comments
 (0)