Fixup indentation

This commit is contained in:
bluss
2016-02-06 00:57:30 +01:00
parent 95fb85c241
commit 9fdb7dd631
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -298,6 +298,6 @@ fn test_string() {
// Test `from` constructor
let u = ArrayString::<[_; 11]>::from(text).unwrap();
assert_eq!(&u, text);
assert_eq!(&u, text);
assert_eq!(u.len(), text.len());
}