Skip to content

Commit 915e99f

Browse files
committed
Minor formatting changes to exports
1 parent 84544ab commit 915e99f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/CodingTheory.jl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,17 @@ export rref, rref!
2929
# Messages, Distance, and Primes
3030
export rate, sphere_covering_bound, sphere_packing_bound, hamming_bound,
3131
singleton_bound, gilbert_varshamov_bound, elias_bassalygo_bound,
32-
plotkin_bound,
33-
construct_ham_matrix, isperfect, ishammingperfect, isgolayperfect,
34-
get_codewords_greedy, get_codewords_random, get_all_words,
35-
get_codewords
32+
plotkin_bound, construct_ham_matrix, isperfect, ishammingperfect,
33+
isgolayperfect, get_codewords_greedy, get_codewords_random,
34+
get_all_words, get_codewords
3635
export hamming_distance, hamming_ball, code_distance, t_error_detecting,
3736
t_error_correcting, find_error_detection_max, find_error_correction_max
3837
export isprimepower
3938

4039
# Algebra
41-
export FinitePolynomial, list_polys, multiplication_table, list_span, islinear, isirreducible, normal_form!, normal_form, equivalent_code!, equivalent_code, generator!, generator, parity_check, syndrome, isincode
40+
export FinitePolynomial, list_polys, multiplication_table, list_span, islinear,
41+
isirreducible, normal_form!, normal_form, equivalent_code!, equivalent_code,
42+
generator!, generator, parity_check, syndrome, isincode
4243

4344
# Levenshtein
4445
export levenshtein, levenshtein!

0 commit comments

Comments
 (0)