Skip to content

Commit ffbe402

Browse files
committed
fix formatting error in previous PR
1 parent df1265a commit ffbe402

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/nouveau/src/nouveau_util.erl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ design_doc_to_index(DbName, #doc{id = Id, body = {Fields}}, IndexName) ->
8484
{LuceneVersion, DefaultAnalyzer, FieldAnalyzers, Def}
8585
end,
8686
Sig = couch_util:to_hex_bin(
87-
crypto:hash(
88-
sha256,
89-
?term_to_bin(
90-
SigTerm
91-
)
87+
crypto:hash(
88+
sha256,
89+
?term_to_bin(
90+
SigTerm
9291
)
93-
),
92+
)
93+
),
9494
{ok, #index{
9595
dbname = DbName,
9696
lucene_version = LuceneVersion,

0 commit comments

Comments
 (0)