mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
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:
committed by
Peter Johnson
parent
aa7fe0db29
commit
97437ee58b
@@ -7,8 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Commands/ConditionalCommand.h>
|
||||
|
||||
#include "Commands/ConditionalCommand.h"
|
||||
#include "command/MockCommand.h"
|
||||
|
||||
namespace frc {
|
||||
|
||||
Reference in New Issue
Block a user