mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 00:06:38 +00:00
Fix lint
This commit is contained in:
@@ -73,11 +73,7 @@ func IsSystemAccount(username string) bool {
|
||||
}
|
||||
}
|
||||
|
||||
if strings.HasSuffix(username, "$") {
|
||||
return true
|
||||
}
|
||||
|
||||
return false
|
||||
return strings.HasSuffix(username, "$")
|
||||
}
|
||||
|
||||
// RegisterTestUserCleanup registers a test user for cleanup
|
||||
|
||||
Reference in New Issue
Block a user