mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Add spotless to check line endings (#1055)
This commit is contained in:
committed by
Peter Johnson
parent
11d46713d1
commit
2e0709f05b
@@ -48,11 +48,11 @@
|
||||
<example>
|
||||
<![CDATA[
|
||||
public class Example {
|
||||
public Example(Object example) {
|
||||
if (example == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
public Example(Object example) {
|
||||
if (example == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
}
|
||||
}
|
||||
]]>
|
||||
</example>
|
||||
|
||||
Reference in New Issue
Block a user