From ffcee4dae50fb80a7d1e040f29ffec72258f077d Mon Sep 17 00:00:00 2001 From: ThreeToads Date: Thu, 30 May 2024 18:54:12 +0300 Subject: [PATCH] fix(labs3): fix files comments --- test/tests.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/tests.cpp b/test/tests.cpp index 57dc184..5fff3b3 100644 --- a/test/tests.cpp +++ b/test/tests.cpp @@ -1,10 +1,10 @@ // Copyright 2024 Kokin Ivan -#include // NOLINT [build/c++11] -#include // NOLINT [build/c++11] +#include +#include #include -#include -#include +#include // NOLINT [build/c++11] +#include // NOLINT [build/c++11] #include "TimedDoor.h" class MockTimerClient : public TimerClient {