mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Removed extra newlines after open curly braces (#935)
Generated by wpilibsuite/styleguide#115.
This commit is contained in:
committed by
Peter Johnson
parent
938d5379e6
commit
adb6098353
@@ -18,7 +18,6 @@ import edu.wpi.first.wpilibj.test.TestBench;
|
||||
* of a test, and ensuring that future tests will not be affected by the results of a test.
|
||||
*/
|
||||
public interface ITestFixture {
|
||||
|
||||
/**
|
||||
* Performs any required setup for this fixture, ensuring that all fixture elements are ready for
|
||||
* testing.
|
||||
|
||||
Reference in New Issue
Block a user