Line length

Change-Id: I50cf8aef2de5ec490cc081a1c67e6f3727b15cb1
This commit is contained in:
Tony Mantler 2013-11-22 16:08:06 -08:00
parent 8196f82ce2
commit c80688903d
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ public class AccountSetupActivity extends Activity implements SetupData.SetupDat
super.onCreate(savedInstanceState);
if (DEBUG_SETUP_FLOWS) {
LogUtils.d(Logging.LOG_TAG, "%s onCreate %s", getClass().getName(), mSetupData.debugString());
LogUtils.d(Logging.LOG_TAG, "%s onCreate %s", getClass().getName(),
mSetupData.debugString());
}
}