scancode fixes (#109)

diff --git a/core/java8actionloop/Makefile b/core/java8actionloop/Makefile
index 5452469..de8660a 100644
--- a/core/java8actionloop/Makefile
+++ b/core/java8actionloop/Makefile
@@ -25,7 +25,7 @@
 
 push: build
 	docker login
-	docker tag $(IMG) $(PREFIX)/$(IMG) 
+	docker tag $(IMG) $(PREFIX)/$(IMG)
 	docker push $(PREFIX)/$(IMG)
 
 clean:
@@ -42,7 +42,7 @@
 $(MAIN_JAR):
 	$(MAKE) $< -C ../../example main.jar
 
-## You need to execute make start in another terminal 
+## You need to execute make start in another terminal
 
 test-source:
 	$(INVOKE) init ../../example/Main.java