mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27:59 +01:00
Format
This commit is contained in:
parent
a60fe1c48c
commit
ede4b5ce4f
1 changed files with 8 additions and 9 deletions
|
@ -110,15 +110,14 @@ defmodule Philomena.Autocomplete do
|
|||
# };
|
||||
#
|
||||
|
||||
ac_file =
|
||||
<<
|
||||
ac_file::binary,
|
||||
references::binary,
|
||||
secondary_references::binary,
|
||||
2::32-little,
|
||||
reference_start::32-little,
|
||||
length(tags)::32-little
|
||||
>>
|
||||
ac_file = <<
|
||||
ac_file::binary,
|
||||
references::binary,
|
||||
secondary_references::binary,
|
||||
2::32-little,
|
||||
reference_start::32-little,
|
||||
length(tags)::32-little
|
||||
>>
|
||||
|
||||
# Insert the autocomplete binary
|
||||
new_ac =
|
||||
|
|
Loading…
Reference in a new issue