chore(coding-style): correct indentation

This commit is contained in:
Romain Lanz
2017-09-14 18:04:21 +02:00
parent e5d22d61a8
commit f9cd4f7ebc
9 changed files with 1179 additions and 1175 deletions
+6 -6
View File
@@ -21,10 +21,10 @@ INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_
;
INSERT INTO `items` (name, label) VALUES
('gazbottle', 'Gas Bottle'),
('fixtool', 'Repair Tools'),
('carotool', 'Tools'),
('blowpipe', 'Blowtorch'),
('fixkit', 'Repair Kit'),
('carokit', 'Body Kit')
('gazbottle', 'Gas Bottle'),
('fixtool', 'Repair Tools'),
('carotool', 'Tools'),
('blowpipe', 'Blowtorch'),
('fixkit', 'Repair Kit'),
('carokit', 'Body Kit')
;