Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bkietz committed Nov 14, 2024
1 parent 360663f commit 1ae8031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake_modules/test_.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
/// Define shared suite resources.
///
/// Defines an empty ``struct`` whose ``setup()`` and ``teardown()`` member functions will
/// be invoked once before any cases in the suite are run and once after no more cases from
/// the suite will run, respectively. (These correspond
/// be invoked once before any cases in the suite are run and once after no more cases
/// from the suite will run, respectively. (These correspond
// clang-format off
/// :gtest:`SetUpTestSuite/TearDownTestSuite. <advanced.html#sharing-resources-between-tests-in-the-same-test-suite>`
// clang-format on
Expand Down

0 comments on commit 1ae8031

Please sign in to comment.