File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ var _ Interface = (*csvlib)(nil)
3535
3636// GetSpec should not be called for wsllib
3737func (l * csvlib ) GetSpec () (spec.Interface , error ) {
38- return nil , fmt .Errorf ("Unexpected call to csvlib.GetSpec()" )
38+ return nil , fmt .Errorf ("unexpected call to csvlib.GetSpec()" )
3939}
4040
4141// GetAllDeviceSpecs returns the device specs for all available devices.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var _ Interface = (*wsllib)(nil)
3333
3434// GetSpec should not be called for wsllib
3535func (l * wsllib ) GetSpec () (spec.Interface , error ) {
36- return nil , fmt .Errorf ("Unexpected call to wsllib.GetSpec()" )
36+ return nil , fmt .Errorf ("unexpected call to wsllib.GetSpec()" )
3737}
3838
3939// GetAllDeviceSpecs returns the device specs for all available devices.
You can’t perform that action at this time.
0 commit comments