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 &&,
505505template <output_stream stream_t ,
506506 sequence_file_output_format file_format,
507507 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>>;
510511
511512// !\overload
512513template <output_stream stream_t ,
513514 sequence_file_output_format file_format,
514515 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>>;
517519// !\}
518520} // namespace seqan3
You can’t perform that action at this time.
0 commit comments