Skip to content

Commit a5c601d

Browse files
authored
Test auto format
1 parent d13ef9c commit a5c601d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow-server/src/main/java/com/vaadin/flow/function/SerializableBiFunction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* License for the specific language governing permissions and limitations under
1414
* the License.
1515
*/
16-
package com.vaadin.flow.function;
16+
package com.vaadin.flow.function;
1717

1818
import java.io.Serializable;
1919
import java.util.function.BiFunction;
@@ -35,6 +35,6 @@
3535
*/
3636
@FunctionalInterface
3737
public interface SerializableBiFunction<T, U, R>
38-
extends BiFunction<T, U, R>, Serializable {
38+
extends BiFunction<T, U, R>, Serializable {
3939
// Only method inherited from BiFunction
4040
}

0 commit comments

Comments
 (0)