Skip to content

Commit

Permalink
Fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Nov 27, 2024
1 parent e9f22dd commit 368c0ee
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*
* @since 1.1.0
*/
package io.github.vitalijr2.logging.mock.tinylog;
package io.github.vitalijr2.logging.mock.tinylog;
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ void resolveParameter() {
() -> assertThat(value, instanceOf(LoggingProvider.class)));
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ static class WrongTypeTest {

}

}
}
2 changes: 1 addition & 1 deletion tinylog-writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@
<properties>
<tinylog.version>2.7.0</tinylog.version>
</properties>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ void resolveParameter() {
() -> assertThat(value, instanceOf(Writer.class)));
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ static class WrongTypeTest {

}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ void writeWithException() throws Exception {
assertEquals("test", exception.getMessage());
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ void serviceProvider() throws Exception {
assertEquals("test message", logEntryCaptor.getValue().getMessage());
}

}
}

0 comments on commit 368c0ee

Please sign in to comment.