From a11617ff65f8570e7c33db420c207ef304529322 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 26 May 2024 12:20:02 +0200 Subject: Use MO2 formatting action. (#2032) --- src/glob_matching.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glob_matching.h') diff --git a/src/glob_matching.h b/src/glob_matching.h index b47d30ac..c0620aaf 100644 --- a/src/glob_matching.h +++ b/src/glob_matching.h @@ -178,7 +178,7 @@ GlobPattern(std::basic_string const&) template GlobPattern(CharT const*) -> GlobPattern; -GlobPattern(QString const&)->GlobPattern; +GlobPattern(QString const&) -> GlobPattern; } // namespace MOShared -- cgit v1.3.1