test: LoggerAdapter
This commit is contained in:
@@ -2,11 +2,9 @@ package ghast.logger;
|
||||
|
||||
import lombok.Getter;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
import lombok.ToString;
|
||||
|
||||
@RequiredArgsConstructor
|
||||
@Getter
|
||||
@ToString
|
||||
public class FormattingPair {
|
||||
|
||||
private final String message;
|
||||
|
||||
Reference in New Issue
Block a user