mirror of
https://github.com/tw93/Mole.git
synced 2026-02-10 20:39:15 +00:00
chore: auto format code
This commit is contained in:
@@ -201,8 +201,6 @@ func getScoreStyle(score int) lipgloss.Style {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
func hasSensorData(sensors []SensorReading) bool {
|
||||
for _, s := range sensors {
|
||||
if s.Note == "" && s.Value > 0 {
|
||||
|
||||
Reference in New Issue
Block a user