Fix indentation issue across the changes

This commit is contained in:
Sahil Sinha 2025-06-20 21:43:02 +05:30
parent 6e5029a009
commit 60fa0a124e

View File

@ -244,7 +244,7 @@ template <typename Context> struct custom_scan_arg {
// A scan argument. Context is a template parameter for the compiled API where
// output can be unbuffered.
template <typename Context> class basic_scan_arg {
template <typename Context> class basic_scan_arg {
private:
using scan_type = detail::scan_type;
scan_type type_;