Address JetBrains warnings

This commit is contained in:
2026-02-14 16:04:18 -05:00
parent 20d8e141eb
commit a091cd4952
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func RCWDArgument() {
if password == nil {
os.Exit(0) // use os.Exit directly since this function is only intended for non-interactive CLI clients
}
daemon.Start([]byte(password))
daemon.Start(password)
}
// DecryptFileToSlice decrypts an RCW wrapped file