Skip to content

Commit

Permalink
- Fixed error string case
Browse files Browse the repository at this point in the history
  • Loading branch information
lmartorella authored and sethterashima committed Oct 10, 2024
1 parent 6fcdc7d commit 2e033ec
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 2e033ec

Please sign in to comment.