Fix clippy::tabs_in_doc_comments

This commit is contained in:
Luis Moreno
2020-11-08 23:20:22 -04:00
parent 43584e14e5
commit 513d916580
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
//! Formally, the distance can be any metric measure that is defined as \\( d(x, y) \geq 0\\) and follows three conditions:
//! 1. \\( d(x, y) = 0 \\) if and only \\( x = y \\), positive definiteness
//! 1. \\( d(x, y) = d(y, x) \\), symmetry
//! 1. \\( d(x, y) \leq d(x, z) + d(z, y) \\), subadditivity or triangle inequality
//! 1. \\( d(x, y) \leq d(x, z) + d(z, y) \\), subadditivity or triangle inequality
//!
//! for all \\(x, y, z \in Z \\)
//!