From 3a04a86f3d3d9f2856559dba9cd65074d2e1cb27 Mon Sep 17 00:00:00 2001 From: Stuart Taylor Date: Mon, 15 Oct 2018 16:08:16 +0100 Subject: [PATCH] fix: formatting --- .../src/pages/guide/english/cplusplus/file-handling/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/cplusplus/file-handling/index.md b/client/src/pages/guide/english/cplusplus/file-handling/index.md index 020a96ca62..972dec982d 100644 --- a/client/src/pages/guide/english/cplusplus/file-handling/index.md +++ b/client/src/pages/guide/english/cplusplus/file-handling/index.md @@ -58,7 +58,8 @@ int main () { infile.close(); return 0; -}``` +} +``` ```cpp $./a.out