format source
diff --git a/test/model_test.dart b/test/model_test.dart
index 455eedb..6816aa0 100644
--- a/test/model_test.dart
+++ b/test/model_test.dart
@@ -390,8 +390,8 @@
     });
 
     test('no references', () {
-      expect(
-          Apple.documentationAsHtml, '<p>Sample class <code>String</code></p>\n');
+      expect(Apple.documentationAsHtml,
+          '<p>Sample class <code>String</code></p>\n');
     });
 
     test('single ref to class', () {