File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
include/seqan3/io/sequence_file Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -505,14 +505,16 @@ sequence_file_output(stream_t &&,
505
505
template <output_stream stream_t ,
506
506
sequence_file_output_format file_format,
507
507
detail::fields_specialisation selected_field_ids>
508
- sequence_file_output (stream_t &&, file_format const &, selected_field_ids const &)
509
- -> sequence_file_output<selected_field_ids, type_list<file_format>>;
508
+ sequence_file_output (stream_t &&,
509
+ file_format const &,
510
+ selected_field_ids const &) -> sequence_file_output<selected_field_ids, type_list<file_format>>;
510
511
511
512
// !\overload
512
513
template <output_stream stream_t ,
513
514
sequence_file_output_format file_format,
514
515
detail::fields_specialisation selected_field_ids>
515
- sequence_file_output (stream_t &, file_format const &, selected_field_ids const &)
516
- -> sequence_file_output<selected_field_ids, type_list<file_format>>;
516
+ sequence_file_output (stream_t &,
517
+ file_format const &,
518
+ selected_field_ids const &) -> sequence_file_output<selected_field_ids, type_list<file_format>>;
517
519
// !\}
518
520
} // namespace seqan3
You can’t perform that action at this time.
0 commit comments