Skip to content

Commit

Permalink
unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-matthewb committed Oct 7, 2024
1 parent 1dcf533 commit 4b620f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/org/labkey/api/data/ColumnInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ static String toString(ColumnInfo col)
}
}

return sb.toString() + " " + col.getPHI();
return sb.toString();
}
}

Expand Down

0 comments on commit 4b620f8

Please sign in to comment.