Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2c54a22 authored by Badhri Jagan Sridharan's avatar Badhri Jagan Sridharan
Browse files

Fix style error

Bug: 118783261
Test: Manually tested by running: adb shell cmd stats print-logs,
    adb logcat | grep statsd | grep \(77\)

Change-Id: I149006f9e625e609ffe3bbd713a2d30a2c69dafe
parent e64ba8b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
}