Skip to content

Commit

Permalink
Clang format test file. Refs #11056
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Mar 9, 2016
1 parent 78bd30c commit 48c650a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Framework/MDAlgorithms/test/LoadSQW2Test.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ class LoadSQW2Test : public CxxTest::TestSuite {
if (dtype == DataType::SQW) {
expected.nbins = {3, 3, 2, 2};
if (outputFrame == "HKL") {
expected.ulimits = {0.0439, 0.8959, -0.4644, -0.4046,
-0.7818, -0.5071, 2.5, 142.5};
expected.ulimits = {0.0439, 0.8959, -0.4644, -0.4046,
-0.7818, -0.5071, 2.5, 142.5};
} else {
expected.ulimits = {0.0962, 1.9615, -1.0168, -0.8858,
-1.7116, -1.1103, 2.5, 142.5};
Expand Down

0 comments on commit 48c650a

Please sign in to comment.