Skip to content

Commit 687a197

Browse files
committed
+semver:minor
1 parent 18d651e commit 687a197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Example/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
});
2424

2525
// Handle gear changes in the OnGearChange method
26-
api.Events.On<GearStatusEvent>(OnGearChange);
26+
api.Events.On<GearStatusEvent>(OnGearChange);
2727

2828
// Start the API
2929
await api.StartAsync();

0 commit comments

Comments
 (0)