Skip to content

Commit

Permalink
- Fixed error string case
Browse files Browse the repository at this point in the history
  • Loading branch information
lmartorella committed Oct 8, 2024
1 parent 4b85c8e commit 1338940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connector/ble/device_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
)

func newDevice() (ble.Device, error) {
return nil, errors.New("Not supported on Windows")
return nil, errors.New("not supported on Windows")
}

0 comments on commit 1338940

Please sign in to comment.