Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Mar 9, 2024
1 parent a7e8804 commit da7ad26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arguments.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ if (release && debug) {
throw new InvalidUserDataException("Cannot be both release and debug project");
}

if(!release && !debug) {
if (!release && !debug) {
ext {
arg = "RELEASE";
}
}

if(release) {
if (release) {
ext {
arg = "RELEASE";
}
Expand Down

0 comments on commit da7ad26

Please sign in to comment.