Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Nov 15, 2019
1 parent f54ec8b commit 834e34a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ public static void resetOpenedWindowsCount(int number, boolean isPrivate) {
openPrivateWindows[i] = 0;
}
if (number > 0) {
openPrivateWindows[number -1 ] = 1;
openPrivateWindows[number-1] = 1;
}

} else {
Expand All @@ -610,7 +610,7 @@ public static void resetOpenedWindowsCount(int number, boolean isPrivate) {
}

if (number > 0) {
openWindows[number - 1] = 1;
openWindows[number-1] = 1;
}
}
}
Expand Down

0 comments on commit 834e34a

Please sign in to comment.