]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/lint/lint.factor
factor: fix some spacing
[factor.git] / basis / help / lint / lint.factor
index 1162ec7657b871ac03c93bee01b0f495e8326cf2..26fb94288930fdfe3417e2e71ea48b60d48f582a 100644 (file)
@@ -15,12 +15,12 @@ TUPLE: help-lint-error < source-file-error ;
 SYMBOL: +help-lint-failure+
 
 T{ error-type-holder
-   { type +help-lint-failure+ }
-   { word ":lint-failures" }
-   { plural "help lint failures" }
-   { icon "vocab:ui/tools/error-list/icons/help-lint-error.png" }
-   { quot [ lint-failures get values ] }
-   { forget-quot [ lint-failures get delete-at ] }
+    { type +help-lint-failure+ }
+    { word ":lint-failures" }
+    { plural "help lint failures" }
+    { icon "vocab:ui/tools/error-list/icons/help-lint-error.png" }
+    { quot [ lint-failures get values ] }
+    { forget-quot [ lint-failures get delete-at ] }
 } define-error-type
 M: help-lint-error error-type drop +help-lint-failure+ ;