Skip to content

Commit 81149f8

Browse files
committed
Merge remote-tracking branch 'origin/checkstyle-enforcement' into checkstyle-enforcement
2 parents 1eca539 + 6b85917 commit 81149f8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs-source/content/developerguide/building.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ $ mvn clean install
1616

1717
This will compile the source files, build JAR files containing the compiled classes and libraries needed to run the operator, and will also execute all of the unit tests.
1818

19-
Contributions must conform to [coding and formatting standards]({{< relref "/developerguide/coding-standards.md" >}}). To automatically update local code to conform to formatting standards, issue the following command:
20-
21-
```
22-
$ mvn fmt:format
23-
```
19+
Contributions must conform to [coding and formatting standards]({{< relref "/developerguide/coding-standards.md" >}}).
2420

2521
#### Building Javadoc
2622

0 commit comments

Comments
 (0)