From fbe867a9c4ea74650a76f4a2dd8b5a0eee3c79c1 Mon Sep 17 00:00:00 2001 From: beinhaerter <34543625+beinhaerter@users.noreply.github.com> Date: Wed, 25 Apr 2018 04:04:24 +0200 Subject: [PATCH] Fix clang-tidy warning about wrong comment on closing namespace (#654) --- include/gsl/string_span | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gsl/string_span b/include/gsl/string_span index 0bb98d2..6b4c839 100644 --- a/include/gsl/string_span +++ b/include/gsl/string_span @@ -698,7 +698,7 @@ bool operator>=(const T& one, gsl::basic_string_span other) GSL_N return !(one < other); } #endif -} // namespace GSL +} // namespace gsl #undef GSL_NOEXCEPT