Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
- make field static
Browse files Browse the repository at this point in the history
  • Loading branch information
juli1 committed Dec 1, 2021
1 parent f53dccf commit 2da94e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class CodigaMarkdownDecorator extends DefaultDecorator {

final String style = " style=\"font-family: Arial;\" ";
private static final String style = " style=\"font-family: Arial;\" ";

@Override
public void openHeadline(final StringBuilder out, final int level)
Expand Down

0 comments on commit 2da94e0

Please sign in to comment.