Skip to content

Commit baabcd9

Browse files
Ben HillisCopilot
andcommitted
Fix clang-format violations in test files
Apply clang-format (VS 2022 / v19.1.5) to fix formatting check failures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 498588b commit baabcd9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

test/windows/WSLCTests.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,8 @@ class WSLCTests
220220
VERIFY_SUCCEEDED(m_defaultSession->TagImage(&tagOptions));
221221

222222
// Ensures the tag is removed to allow tests to try to push or pull the same image again.
223-
auto cleanup = wil::scope_exit_log(WI_DIAGNOSTICS_INFO, [&]() {
224-
LOG_IF_FAILED(DeleteImageNoThrow(registryImage, WSLCDeleteImageFlagsNone).first);
225-
});
223+
auto cleanup = wil::scope_exit_log(
224+
WI_DIAGNOSTICS_INFO, [&]() { LOG_IF_FAILED(DeleteImageNoThrow(registryImage, WSLCDeleteImageFlagsNone).first); });
226225

227226
VERIFY_SUCCEEDED(m_defaultSession->PushImage(registryImage.c_str(), registryAuth.c_str(), nullptr));
228227

test/windows/WslcSdkTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ class WslcSdkTests
324324
// -----------------------------------------------------------------------
325325
// Image tests
326326
// -----------------------------------------------------------------------
327-
327+
328328
WSLC_TEST_METHOD(ImageList)
329329
{
330330
// Positive: session has images pre-loaded — list must return at least one entry.

0 commit comments

Comments
 (0)