From 3c50fdc9f11aa3594331092499f81130e33c0994 Mon Sep 17 00:00:00 2001 From: Tim Wojtaszek Date: Fri, 31 May 2019 10:22:02 -0700 Subject: [PATCH] fix lint errors --- docs/protocol-schema/session-protocol.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/protocol-schema/session-protocol.md b/docs/protocol-schema/session-protocol.md index 795cd8fc5..2e68b9ca5 100644 --- a/docs/protocol-schema/session-protocol.md +++ b/docs/protocol-schema/session-protocol.md @@ -148,10 +148,10 @@ created. **log_info** - timing information -| Name | Type | Description | -| ---------------- | --------------------- | ------------------------------------------- | -| `start_time` | `optional` | Starting timestamp for the log | -| `end_time` | `optional` | Final timestamp for the log | +| Name | Type | Description | +| ------------ | --------------------- | ------------------------------ | +| `start_time` | `optional` | Starting timestamp for the log | +| `end_time` | `optional` | Final timestamp for the log | **vehicle_info** - currently unspecified