Skip to content

Instantly share code, notes, and snippets.

@nunofilipecosta
Created July 30, 2014 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nunofilipecosta/8169a3fc5055ac54cef6 to your computer and use it in GitHub Desktop.
Save nunofilipecosta/8169a3fc5055ac54cef6 to your computer and use it in GitHub Desktop.
Bad use of string.Format
ret.Add(string.Format(Error.TransportOrderAlreadyExists + string.Empty, transportOrder.LoadNumber));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment