Skip to content

Commit d8140ac

Browse files
nikagradkropachev
authored andcommitted
chore: update code formatting instructions in CONTRIBUTING.md to use shell syntax
1 parent 4b91f0d commit d8140ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ https://github.com/google/google-java-format for IDE plugins. The rules are not
3434

3535
The build will fail if the code is not formatted. To format all files from the command line, run:
3636

37-
```
37+
```shell
3838
mvn fmt:format
3939
```
4040

@@ -46,7 +46,7 @@ and `while` statements, even when the body is empty or contains only a single st
4646
The build will fail if XML files are not formatted correctly. Run the following command before you
4747
commit:
4848

49-
```java
49+
```shell
5050
mvn xml-format:xml-format
5151
```
5252

0 commit comments

Comments
 (0)