Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgiuliani committed Feb 16, 2024
1 parent ef577aa commit af65c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/glubs/srt.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ fn cue_to_string(cue: Cue) -> StringBuilder {
[
string_builder.from_string(int.to_string(cue.id)),
start_time
|> string_builder.append(" --> ")
|> string_builder.append_builder(end_time),
|> string_builder.append(" --> ")
|> string_builder.append_builder(end_time),
string_builder.from_string(cue.payload),
]
|> string_builder.join("\n")
Expand Down

0 comments on commit af65c5d

Please sign in to comment.