Skip to content

Commit 40b324e

Browse files
committed
Imports optimzed
1 parent 64bcf11 commit 40b324e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/java/com/donnfelker/android/bootstrap/ui/BootstrapTimerActivity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
import com.squareup.otto.Bus;
1919
import com.squareup.otto.Subscribe;
2020

21-
import static android.view.View.GONE;
22-
import static android.view.View.VISIBLE;
23-
2421
import javax.inject.Inject;
2522

2623
import butterknife.InjectView;
2724

25+
import static android.view.View.GONE;
26+
import static android.view.View.VISIBLE;
27+
2828
public class BootstrapTimerActivity extends BootstrapFragmentActivity implements View.OnClickListener {
2929

3030
@Inject Bus eventBus;

0 commit comments

Comments
 (0)