Skip to content

Commit ccf482a

Browse files
committed
removing spaces at the end
1 parent 5f60c2e commit ccf482a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

SerialPrograms/Source/PokemonLZA/Programs/NonShinyHunting/PokemonLZA_WeatherFinder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,6 @@ namespace PokemonAutomation {
240240
send_program_status_notification(env, NOTIFICATION_STATUS);
241241
}
242242
}
243-
}
244-
}
243+
}
244+
}
245245
}

SerialPrograms/Source/PokemonLZA/Programs/NonShinyHunting/PokemonLZA_WeatherFinder.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ namespace PokemonAutomation {
4343
EventNotificationOption NOTIFICATION_STATUS;
4444
EventNotificationsOption NOTIFICATIONS;
4545
};
46-
47-
48-
49-
50-
}
51-
}
46+
}
47+
}
5248
}
5349
#endif

0 commit comments

Comments
 (0)