mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 03:02:18 +08:00
Chore: Enable whitespace linter (#25903)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@ -29,7 +29,6 @@ func (sb *SqlBuilder) AddParams(params ...interface{}) {
|
||||
}
|
||||
|
||||
func (sb *SqlBuilder) writeDashboardPermissionFilter(user *models.SignedInUser, permission models.PermissionType) {
|
||||
|
||||
if user.OrgRole == models.ROLE_ADMIN {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user