Skip to content

Commit

Permalink
fix(labs3): fix files comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ThreeToads committed May 30, 2024
1 parent 68566c4 commit ffcee4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/tests.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright 2024 Kokin Ivan

#include <gtest/gtest.h> // NOLINT [build/c++11]
#include <gmock/gmock.h> // NOLINT [build/c++11]
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <cstdint>
#include <thread>
#include <chrono>
#include <thread> // NOLINT [build/c++11]
#include <chrono> // NOLINT [build/c++11]
#include "TimedDoor.h"

class MockTimerClient : public TimerClient {
Expand Down

0 comments on commit ffcee4d

Please sign in to comment.