Skip to content

Commit e91ae10

Browse files
committed
Fix format
1 parent 817843f commit e91ae10

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lib/cadet/jobs/xml_parser.ex

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,15 @@ defmodule Cadet.Updater.XMLParser do
316316
end)
317317

318318
library_entity
319-
|> xpath(
320-
~x"."e,
321-
chapter: ~x"./@chapter"i,
322-
exec_time_ms: ~x"./@exectime"oi,
323-
variant: ~x"./@variant"os
324-
)
325-
|> Map.put(:globals, globals)
326-
|> Map.put(:external, external)
327-
|> Map.put(:language_options, options_map)
319+
|> xpath(
320+
~x"."e,
321+
chapter: ~x"./@chapter"i,
322+
exec_time_ms: ~x"./@exectime"oi,
323+
variant: ~x"./@variant"os
324+
)
325+
|> Map.put(:globals, globals)
326+
|> Map.put(:external, external)
327+
|> Map.put(:language_options, options_map)
328328
end
329329

330330
@spec process_charlist(charlist() | nil) :: String.t() | nil

0 commit comments

Comments
 (0)