From b726bea239619c08eedcbac7f5e8015d7700d34e Mon Sep 17 00:00:00 2001 From: Silver Kuusik Date: Fri, 12 Jan 2018 10:28:26 +0100 Subject: [PATCH] update indentation --- config.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config.json b/config.json index 52677d3..074e88d 100644 --- a/config.json +++ b/config.json @@ -1,12 +1,12 @@ { - "battery_coeff": 2.25, - "block_highlight": true, - "left_servo_tuning": 33, - "right_servo_tuning": 33, - "ultrasonic_distance": 60, - "left_line_threshold": 1000, - "right_line_threshold": 1000, - "wifis": { - "RoboKoding": "salakala" - } + "battery_coeff": 2.25, + "block_highlight": true, + "left_servo_tuning": 33, + "right_servo_tuning": 33, + "ultrasonic_distance": 60, + "left_line_threshold": 1000, + "right_line_threshold": 1000, + "wifis": { + "RoboKoding": "salakala" + } }