From 0998b8d92f5ee39922a0e8232b794c9dddd10588 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 29 Nov 2016 22:36:15 -0500 Subject: [PATCH] Minor formatting of some code blocks fixed. --- source/introduction/about.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/introduction/about.html.md b/source/introduction/about.html.md index fdd2144..a472680 100644 --- a/source/introduction/about.html.md +++ b/source/introduction/about.html.md @@ -26,7 +26,8 @@ And refactor the sequential loop to the following form: ```java Kernel kernel = new Kernel() { - @Override public void run() { + @Override + public void run() { int i = getGlobalId(); result[i] = intA[i] + inB[i]; } -- GitLab