Merge "Fix style error"

This commit is contained in:
TreeHugger Robot
2018-12-15 01:31:16 +00:00
committed by Android (Google) Code Review

View File

@@ -1222,7 +1222,7 @@ message UsbDeviceAttached {
STATE_CONNECTED = 1;
}
optional State state = 6;
optional int64 last_connect_duration_ms = 7;
optional int64 last_connect_duration_millis = 7;
}