We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1683cbf commit 66ecb50Copy full SHA for 66ecb50
1 file changed
src/main/java/io/github/pseudoresonance/pixy2api/Pixy2Line.java
@@ -93,9 +93,9 @@ public byte getAllFeatures() {
93
* @return Pixy2 error code
94
*/
95
public byte getMainFeatures()
96
- {
97
- return getFeatures(LINE_GET_MAIN_FEATURES, LINE_ALL_FEATURES, true);
98
- }
+ {
+ return getFeatures(LINE_GET_MAIN_FEATURES, LINE_ALL_FEATURES, true);
+ }
99
100
/**
101
* Gets specified features from Pixy2
0 commit comments