Skip to content

Commit f8297fe

Browse files
committed
- another small consistency fix
1 parent 58b4410 commit f8297fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/br/com/zbra/androidlinq/AbstractStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public BigDecimal aggregate(BigDecimal v, T t) {
180180
}
181181

182182
@Override
183-
public Byte average( SelectorByte<T> selector) {
183+
public Byte average(SelectorByte<T> selector) {
184184
return (byte)(sum(selector) / count());
185185
}
186186

0 commit comments

Comments
 (0)