Address JetBrains warnings

This commit is contained in:
2025-05-29 22:05:57 -04:00
parent 16aaa4f330
commit a1c47b06a1
10 changed files with 88 additions and 33 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"os"
)
// GetOldDeviceID returns the current device ID or
// GetCurrentDeviceID returns the current device ID or
// FSMisc if there is no device ID (e.g. first run).
func GetCurrentDeviceID() (string, error) {
deviceIDList, err := GenDeviceIDList()