Skip to content

Commit 4d334e9

Browse files
committed
Fix clang-tidy
1 parent 0783781 commit 4d334e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/chart/options/optionssetter.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55

66
#include "options.h"
77

8-
namespace Vizzu
9-
{
10-
11-
namespace Gen
8+
namespace Vizzu::Gen
129
{
1310

1411
class OptionsSetter
@@ -54,7 +51,6 @@ class OptionsSetter
5451
const Data::DataTable *table{};
5552
};
5653

57-
}
5854
}
5955

6056
#endif

0 commit comments

Comments
 (0)