diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2024-05-26 12:20:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-26 12:20:02 +0200 |
| commit | a11617ff65f8570e7c33db420c207ef304529322 (patch) | |
| tree | 87d56ca7e7d15325640bd3193943b225414dc322 /src/glob_matching.h | |
| parent | 1871f32a8db7e707a6d96a41f09147d8558e0003 (diff) | |
Use MO2 formatting action. (#2032)
Diffstat (limited to 'src/glob_matching.h')
| -rw-r--r-- | src/glob_matching.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<CharT, Traits, Allocator> const&) template <class CharT> GlobPattern(CharT const*) -> GlobPattern<CharT>; -GlobPattern(QString const&)->GlobPattern<QChar>; +GlobPattern(QString const&) -> GlobPattern<QChar>; } // namespace MOShared |
