Skip to content

Commit 03d2327

Browse files
committed
fix formatting error in previous PR
1 parent 1cada5c commit 03d2327

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/nouveau/src/nouveau_util.erl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ design_doc_to_index(DbName, #doc{id = Id, body = {Fields}}, IndexName) ->
8686
{LuceneVersion, DefaultAnalyzer, FieldAnalyzers, Def}
8787
end,
8888
Sig = couch_util:to_hex_bin(
89-
crypto:hash(
90-
sha256,
91-
?term_to_bin(
92-
SigTerm
93-
)
89+
crypto:hash(
90+
sha256,
91+
?term_to_bin(
92+
SigTerm
9493
)
95-
),
94+
)
95+
),
9696
{ok, #index{
9797
dbname = DbName,
9898
lucene_version = LuceneVersion,

0 commit comments

Comments
 (0)