Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style(spacing): Expand spacing between brackets #10

Merged
merged 35 commits into from
Sep 26, 2022
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
1765df4
style(spacing): Condense spacing in Nitrogen()
bconlon1 Sep 25, 2022
6503cb8
style(spacing): Remove newline at end of class
Sep 25, 2022
9846207
style(spacing): Add newline to end of class
Sep 25, 2022
e040666
style(spacing): Remove newline at end of class
Sep 25, 2022
1b637b9
Merge branch '1.19' into 1.19
bconlon1 Sep 25, 2022
388c250
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
b58459a
chore: Trigger build
Sep 26, 2022
53a2ec5
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
e7e71ce
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
0f711f9
chore: Trigger build
Sep 26, 2022
bff6cf0
Merge branch '1.19' of https://github.com/bconlon1/Nitrogen into merg…
Sep 26, 2022
9ddcc8c
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
16c8f63
chore: Trigger build
Sep 26, 2022
a016cc6
chore: Trigger build
Sep 26, 2022
8400a4d
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
97efd27
chore: w
Sep 26, 2022
ab3d708
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
65d40e2
Merge remote-tracking branch 'bconlon1/1.19' into merge/1.19
Aether-Team-Bot Sep 26, 2022
c541f58
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
80c0ce0
chore: Trigger build
Sep 26, 2022
81838f5
Merge branch 'local/bconlon1/1.19' into merge/1.19
Aether-Team-Bot Sep 26, 2022
1f2afd2
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
5b87b68
Merge branch 'local/bconlon1/1.19' into merge/1.19
Aether-Team-Bot Sep 26, 2022
8d6a2ac
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
de3d3e0
Merge branch 'local/bconlon1/1.19' into merge/1.19
Aether-Team-Bot Sep 26, 2022
5a9e71e
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
f0501cb
Merge branch 'local/bconlon1/1.19' into merge/1.19
Aether-Team-Bot Sep 26, 2022
5f323a1
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
e1d45d9
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
3e0a281
Merge branch 'local/bconlon1/1.19' into merge/1.19
Aether-Team-Bot Sep 26, 2022
8c464d0
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
63bdfbe
Merge branch 'local/bconlon1/1.19' into merge/1.19
Aether-Team-Bot Sep 26, 2022
45bd479
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
f4c5b40
style(spacing): Expand spacing between brackets
bconlon1 Sep 26, 2022
194c998
chore: Trigger build
Aether-Team-Bot Sep 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/main/java/com/gildedgames/nitrogen/Nitrogen.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ public class Nitrogen {
* This is a test JavaDoc, please ignore.
* @author bconlon
*/
public Nitrogen() { }
public Nitrogen() {

}
}