Skip to content

Commit aff7fb2

Browse files
remove empty line
1 parent 8e288b3 commit aff7fb2

21 files changed

+0
-21
lines changed

internal/rest-client/arrays.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func (fa *FAClient) GetArrays() *ArraysList {
6868
fa.RestClient.R().
6969
SetResult(&result).
7070
Get(uri)
71-
7271
}
7372

7473
return result

internal/rest-client/arrays_performance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ func (fa *FAClient) GetArraysPerformance() *ArraysPerformanceList {
5757
fa.RestClient.R().
5858
SetResult(&result).
5959
Get(uri)
60-
6160
}
6261

6362
return result

internal/rest-client/connections.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ func (fa *FAClient) GetConnections() *ConnectionsList {
4747
fa.RestClient.R().
4848
SetResult(&result).
4949
Get(uri)
50-
5150
}
5251

5352
return result

internal/rest-client/directories.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ func (fa *FAClient) GetDirectories() *DirectoriesList {
5858
fa.RestClient.R().
5959
SetResult(&result).
6060
Get(uri)
61-
6261
}
6362

6463
return result

internal/rest-client/directories_performance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ func (fa *FAClient) GetDirectoriesPerformance() *DirectoriesPerformanceList {
3939
fa.RestClient.R().
4040
SetResult(&result).
4141
Get(uri)
42-
4342
}
4443

4544
return result

internal/rest-client/drives.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ func (fa *FAClient) GetDrives() *DriveList {
3030
fa.RestClient.R().
3131
SetResult(&result).
3232
Get(uri)
33-
3433
}
3534

3635
return result

internal/rest-client/hardware.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ func (fa *FAClient) GetHardware() *HardwareList {
3636
fa.RestClient.R().
3737
SetResult(&result).
3838
Get(uri)
39-
4039
}
4140

4241
return result

internal/rest-client/hosts.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ func (fa *FAClient) GetHosts() *HostsList {
4848
fa.RestClient.R().
4949
SetResult(&result).
5050
Get(uri)
51-
5251
}
5352
return result
5453
}

internal/rest-client/hosts_balance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ func (fa *FAClient) GetHostsBalance() *HostsBalanceList {
4646
fa.RestClient.R().
4747
SetResult(&result).
4848
Get(uri)
49-
5049
}
5150

5251
return result

internal/rest-client/hosts_performance.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func (fa *FAClient) GetHostsPerformance() *HostsPerformanceList {
5353
fa.RestClient.R().
5454
SetResult(&result).
5555
Get(uri)
56-
5756
}
5857

5958
return result

0 commit comments

Comments
 (0)