From 42096fac3f937524360161e45cd899580b704859 Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Fri, 10 Nov 2017 18:29:27 -0800 Subject: [PATCH] Ran formatter (#722) --- wpilibcExamples/src/main/cpp/templates/commandbased/Robot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpilibcExamples/src/main/cpp/templates/commandbased/Robot.cpp b/wpilibcExamples/src/main/cpp/templates/commandbased/Robot.cpp index a258a8aa23..172110fd71 100644 --- a/wpilibcExamples/src/main/cpp/templates/commandbased/Robot.cpp +++ b/wpilibcExamples/src/main/cpp/templates/commandbased/Robot.cpp @@ -7,10 +7,10 @@ #include #include -#include #include #include #include +#include #include "Commands/ExampleCommand.h" #include "Commands/MyAutoCommand.h"