mirror of
https://github.com/kidoman/embd
synced 2025-07-03 20:07:40 +02:00
remove trailing white space
This commit is contained in:
parent
624ce1bb16
commit
1ebbe540a5
2 changed files with 1 additions and 9 deletions
|
@ -7,14 +7,6 @@ func TestKernelVersionParse(t *testing.T) {
|
|||
versionStr string
|
||||
major, minor, patch int
|
||||
}{
|
||||
{
|
||||
"3.8",
|
||||
3, 8, 0,
|
||||
},
|
||||
{
|
||||
"3.7",
|
||||
3, 7, 0,
|
||||
},
|
||||
{
|
||||
"3.8.2",
|
||||
3, 8, 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue