Skip to content

Commit

Permalink
address testharness checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Feb 7, 2018
1 parent fc80726 commit 4ffdf03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package com.bugsnag.android.testharness;

import com.bugsnag.android.Bugsnag;

import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;

import com.bugsnag.android.Bugsnag;

public class TestHarnessActivity extends AppCompatActivity {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package com.bugsnag.android.testharness;

import android.app.Application;

import com.bugsnag.android.Bugsnag;
import com.bugsnag.android.Configuration;

import android.app.Application;


public class TestHarnessApp extends Application {

/**
Expand Down

0 comments on commit 4ffdf03

Please sign in to comment.