diff --git a/Userland/Shell/AST.h b/Userland/Shell/AST.h index ce6d286412..0d0d7ed51b 100644 --- a/Userland/Shell/AST.h +++ b/Userland/Shell/AST.h @@ -1506,7 +1506,7 @@ namespace AK { template<> struct Formatter : StandardFormatter { - Formatter() { } + Formatter() = default; explicit Formatter(StandardFormatter formatter) : StandardFormatter(formatter) {