Skip to content

Commit

Permalink
Merge pull request #1705 from DSheirer/1704-harris-patch-group-format…
Browse files Browse the repository at this point in the history
…ting

#1704 Patch Group Formatting
  • Loading branch information
DSheirer authored Nov 6, 2023
2 parents 218dc94 + 60dd2b2 commit 511101e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@ public String toString()

if(hasPatchedTalkgroups())
{
sb.append(getPatchedTalkgroupIdentifiers());
sb.append(" ").append(getPatchedTalkgroupIdentifiers());
}

if(hasPatchedRadios())
{
sb.append(getPatchedRadioIdentifiers());
sb.append(" ").append(getPatchedRadioIdentifiers());
}

return sb.toString();
Expand Down

0 comments on commit 511101e

Please sign in to comment.