remove empty lines

This commit is contained in:
Livio Amstutz 2020-03-27 13:45:08 +01:00
parent eb1d22c6a3
commit f280da5a76

View File

@ -210,7 +210,6 @@ func Test_GetFieldFromReq(t *testing.T) {
}
func Test_HasGlobalPermission(t *testing.T) {
type args struct {
perms []string
}
@ -245,7 +244,6 @@ func Test_HasGlobalPermission(t *testing.T) {
}
func Test_GetPermissionCtxIDs(t *testing.T) {
type args struct {
perms []string
}