From 58258bee0a2d0caae37a7397d5c08aee0902dfd9 Mon Sep 17 00:00:00 2001 From: Fred Condo Date: Fri, 20 Jan 2012 09:33:45 -0800 Subject: [PATCH] MINOR: Added newline at EOF --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8ef724..5e34db3 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,4 @@ If you wish to embed an environment check suite in another, you can use the foll * `$result->Status()`: The string "OK", "WARNING", or "ERROR", depending on the worst failure. * `$result->Details()`: A `DataObjectSet` of details about the result of each check in the suite. -See `EnvironmentChecker.ss` to see how these can be used to build a UI. \ No newline at end of file +See `EnvironmentChecker.ss` to see how these can be used to build a UI.