Skip to content

Commit 82969cd

Browse files
committed
fix namespace
1 parent 1e9d52c commit 82969cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ydb/library/yaml_config/validator/configurators.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
#include <util/string/split.h>
77
#include <util/generic/hash.h>
88

9-
using namespace NKikimr::NYamlConfig::NValidator;
10-
11-
namespace NYamlConfig::NValidator {
9+
namespace NKikimr::NYamlConfig::NValidator {
1210
namespace Configurators {
1311

1412
std::function<void(TInt64Builder&)> nonNegative() {

0 commit comments

Comments
 (0)