Miscellaneous formatting and style fixes for integration tests (#570)

Added newline before comment block and replaced angle brackets around includes
with quotation marks. All other integration tests use quotation marks for WPILib
includes.
This commit is contained in:
Tyler Veness
2017-07-09 22:27:43 -04:00
committed by Peter Johnson
parent aa7fe0db29
commit 97437ee58b
3 changed files with 3 additions and 3 deletions

View File

@@ -7,8 +7,7 @@
#pragma once
#include <Commands/ConditionalCommand.h>
#include "Commands/ConditionalCommand.h"
#include "command/MockCommand.h"
namespace frc {