Skip to content

Commit d08b0fb

Browse files
committed
Fixup: missing indent
1 parent dcee952 commit d08b0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,8 +1454,8 @@
14541454
namespace std {
14551455
struct dangling {
14561456
constexpr dangling() noexcept = default;
1457-
template<class... Args>
1458-
constexpr dangling(Args&&...) noexcept { }
1457+
template<class... Args>
1458+
constexpr dangling(Args&&...) noexcept { }
14591459
};
14601460
}
14611461
\end{codeblock}

0 commit comments

Comments
 (0)