Cosmetics (because the test is trivial).
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Manuel Friedli 2022-02-02 00:53:42 +01:00
parent 28c78325fe
commit 67c07ff2ce
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
2 changed files with 15 additions and 1 deletions

View file

@ -2,12 +2,14 @@ package ch.fritteli.labyrinth.generator.renderer.text;
import lombok.AccessLevel;
import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import lombok.experimental.FieldDefaults;
@AllArgsConstructor
@EqualsAndHashCode
@FieldDefaults(level = AccessLevel.PRIVATE)
@NoArgsConstructor
@AllArgsConstructor
class CharDefinition {
//
static final String HORIZONTAL = "\u2500";