formatting error

This commit is contained in:
afischerdev 2023-05-14 17:07:35 +02:00
parent ec942243be
commit f071df5dd5

View file

@ -121,7 +121,7 @@ public class BRouterService extends Service {
}
return gpxMessage;
} catch (IllegalArgumentException iae) {
return iae.getMessage();
return iae.getMessage();
}
}