Skip to content

Commit

Permalink
removed semicolon at the end of a line
Browse files Browse the repository at this point in the history
  • Loading branch information
vs3110 authored and vs3110 committed Oct 28, 2019
1 parent c8c37a2 commit 4057be8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private String writePersonInformation(ActitoppPerson person)
// CommutingDistance Work
returnstring += person.getCommutingdistance_work() + ";";
// CommutingDistance Education
returnstring += person.getCommutingdistance_education() + ";";
returnstring += person.getCommutingdistance_education() + "";

returnstring +="\n";
return returnstring;
Expand Down

0 comments on commit 4057be8

Please sign in to comment.