Skip to content

Commit 8070746

Browse files
committed
PMM-13463 Fix lint-go
1 parent 40f53e8 commit 8070746

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/services/navtree/navtreeimpl/navtree.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ func (s *ServiceImpl) GetNavTree(c *contextmodel.ReqContext, prefs *pref.Prefere
133133
if hasAccess(ac.EvalPermission(ac.ActionDatasourcesExplore)) {
134134
drilldownChildNavLinks := s.buildDrilldownNavLinks(c)
135135
treeRoot.AddSection(&navtree.NavLink{
136-
Text: "Drilldown",
137-
Id: navtree.NavIDDrilldown,
138-
SubTitle: "Drill down into your data using Grafana's powerful queryless apps",
139-
Icon: "drilldown",
136+
Text: "Drilldown",
137+
Id: navtree.NavIDDrilldown,
138+
SubTitle: "Drill down into your data using Grafana's powerful queryless apps",
139+
Icon: "drilldown",
140140
// @PERCONA - hide "New" badge
141141
IsNew: false,
142142
SortWeight: navtree.WeightDrilldown,

0 commit comments

Comments
 (0)