Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kemosalamy committed May 15, 2024
1 parent e20fa15 commit d72b952
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ void EvaluateMilestoneTest3() {
}

@Test

void GetContractTest1() {
getContractTests.contractNotFoundTest(template);
}
Expand All @@ -193,10 +192,7 @@ void GetContractTest2() {
}
}

void ContractsLoggerTest1(){
ContractsLogger.print("Contracts Logger Test 1 Message",LoggingLevel.INFO);
void ContractsLoggerTest1() {
ContractsLogger.print("Contracts Logger Test 1 Message", LoggingLevel.INFO);
}


}

0 comments on commit d72b952

Please sign in to comment.