Skip to content

Commit e9a9f2b

Browse files
committed
Fix style
1 parent b5e9772 commit e9a9f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Functions/array/arrayLevenshtein.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ Calculates the similarity of two arrays from `0` to `1` based on weighted Levens
651651
"0.2222222222222222"
652652
}
653653
};
654-
FunctionDocumentation::IntroducedIn introduced_in_arraySim = {25, 4};
654+
FunctionDocumentation::IntroducedIn introduced_in_arraySim = {25, 4};
655655
FunctionDocumentation::Category category_arraySim = FunctionDocumentation::Category::Array;
656656
FunctionDocumentation documentation_arraySim = {
657657
description_arraySim,

0 commit comments

Comments
 (0)