Removed extra newlines after open curly braces (#935)

Generated by wpilibsuite/styleguide#115.
This commit is contained in:
Tyler Veness
2018-05-15 23:57:24 -07:00
committed by Peter Johnson
parent 938d5379e6
commit adb6098353
19 changed files with 0 additions and 26 deletions

View File

@@ -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.