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 695ad95 commit 68566c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2024 Kokin Ivan

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

0 comments on commit 68566c4

Please sign in to comment.