Skip to content

Commit

Permalink
refactor(format): applies gofmt rules to files
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-primrose committed Oct 2, 2023
1 parent 6e87427 commit 5ec768a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/amt/alarmclock/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type (
}
AddAlarmOutput struct {
// A reference to the created instance of IPS_AlarmClockOccurrence.
AlarmClock AlarmClock
AlarmClock AlarmClock
// Return code. 0 indicates success
ReturnValue int
}
Expand Down

0 comments on commit 5ec768a

Please sign in to comment.