mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
Apply javafmt in sbt project
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
package xsbti;
|
||||
|
||||
/** Used to pass a pair of values. */
|
||||
public interface T2<A1, A2>
|
||||
{
|
||||
public interface T2<A1, A2> {
|
||||
public A1 get1();
|
||||
|
||||
public A2 get2();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user