removed newline

This commit is contained in:
Egor 2023-02-18 15:14:46 +03:00
parent 3e78007c44
commit 9da07f0d55

View file

@ -41,7 +41,6 @@ public class AreaCheckServlet extends HttpServlet {
float x, y, r;
try {
x = Float.parseFloat(xParam);
y = Float.parseFloat(yParam);
r = Float.parseFloat(rParam);