Skip to content

Commit

Permalink
Restyled by astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 18, 2024
1 parent d650c96 commit e1c9d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/line_info_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

#include <gtest/gtest.h>

namespace {
namespace
{

TEST(LineInfo, TextWidth)
{
Expand Down
3 changes: 2 additions & 1 deletion src/misc_tools_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

#include <gtest/gtest.h>

namespace {
namespace
{

TEST(MultiByteStrings, TextLength)
{
Expand Down

0 comments on commit e1c9d73

Please sign in to comment.