From 5b0f5f67a718746894b1f36162fb60470325853c Mon Sep 17 00:00:00 2001 From: Darren Cardenas <53984972+darrencardenas@users.noreply.github.com> Date: Sun, 21 Mar 2021 11:40:29 -0400 Subject: [PATCH] Add newline to end of Plot3D.java. --- 87 3-D Plot/java/Plot3D.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/87 3-D Plot/java/Plot3D.java b/87 3-D Plot/java/Plot3D.java index 77ffbb8d..a12848d8 100644 --- a/87 3-D Plot/java/Plot3D.java +++ b/87 3-D Plot/java/Plot3D.java @@ -94,4 +94,4 @@ public class Plot3D { } // End of method main -} // End of class Plot3D \ No newline at end of file +} // End of class Plot3D