Skip to content

Commit

Permalink
Spotless formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski committed Apr 5, 2024
1 parent 092c18e commit 0ccf4b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ public String inline() throws Exception {
protected List<AuthDataBasic> basictests = new ArrayList<>();

protected void defineTestCases() {
basictests.add(new AuthDataBasic("http://" + this.server + "dodsC/containerauth/testData2.nc.dds", "tds",
"secret666"));
basictests
.add(new AuthDataBasic("http://" + this.server + "dodsC/containerauth/testData2.nc.dds", "tds", "secret666"));
}

@Test
Expand Down

0 comments on commit 0ccf4b9

Please sign in to comment.