graph-gophers / dataloader

Implementation of Facebook's DataLoader in Golang
MIT License
1.21k stars 75 forks source link

Remove double colon in panic message #60

Closed LindseyB closed 4 years ago

LindseyB commented 5 years ago

Noticed there was a double colon in this panic message here, to be consistent with the rest of the messages I removed it.

codecov-io commented 5 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is 0%.

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   86.94%   86.94%           
=======================================
  Files           6        6           
  Lines         291      291           
=======================================
  Hits          253      253           
  Misses         38       38
nicksrandall commented 5 years ago

LGTM. Thanks for your contribution.