Skip to content

Commit 66ecb50

Browse files
committed
Fixing incorrect spacing
Fixing bad tab spaces
1 parent 1683cbf commit 66ecb50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/io/github/pseudoresonance/pixy2api/Pixy2Line.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ public byte getAllFeatures() {
9393
* @return Pixy2 error code
9494
*/
9595
public byte getMainFeatures()
96-
{
97-
return getFeatures(LINE_GET_MAIN_FEATURES, LINE_ALL_FEATURES, true);
98-
}
96+
{
97+
return getFeatures(LINE_GET_MAIN_FEATURES, LINE_ALL_FEATURES, true);
98+
}
9999

100100
/**
101101
* Gets specified features from Pixy2

0 commit comments

Comments
 (0)