Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
3h-coder committed Sep 18, 2023
1 parent 22e5408 commit 483c466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Java Formatter

on:
push:
branches: [ master ]
branches: main

jobs:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class BaseWindowController {

// region =====Variables=====

protected final Logger logger = LogManager.getLogger( this.getClass().toString().replace("class ", ""));
protected final Logger logger = LogManager.getLogger(this.getClass().toString().replace("class ", ""));

@FXML
protected ImageView logo;
Expand Down

0 comments on commit 483c466

Please sign in to comment.