Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
amolnayak311 committed Jan 3, 2024
1 parent 8c33a2d commit 63ea481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalastyle-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<check level="error" class="org.scalastyle.file.FileTabChecker" enabled="true"></check>
<check level="error" class="org.scalastyle.file.FileLengthChecker" enabled="true">
<parameters>
<parameter name="maxFileLength"><![CDATA[800]]></parameter>
<parameter name="maxFileLength"><![CDATA[850]]></parameter>
</parameters>
</check>
<check level="error" class="org.scalastyle.file.HeaderMatchesChecker" enabled="false">
Expand Down

0 comments on commit 63ea481

Please sign in to comment.