Skip to content

Commit

Permalink
Rename Lawrence instance variable
Browse files Browse the repository at this point in the history
  • Loading branch information
C5hives committed Sep 18, 2024
1 parent 6df19ef commit 5c853f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/lawrence/app/Lawrence.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public Lawrence() {
* @param args optional startup arguments
*/
public static void main(String[] args) {
Lawrence primeMinister = new Lawrence();
primeMinister.run();
Lawrence lawrence = new Lawrence();
lawrence.run();
}

/**
Expand Down

0 comments on commit 5c853f4

Please sign in to comment.