Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit bba0e68

Browse files
committed
chore(tooltip): clean up code style
1 parent d9a521a commit bba0e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tooltip/tooltip.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ angular.module('ui.bootstrap.tooltip', ['ui.bootstrap.position', 'ui.bootstrap.s
129129
return {
130130
restrict: 'EA',
131131
compile: function(tElem, tAttrs) {
132-
var tooltipLinker = $compile( template );
132+
var tooltipLinker = $compile(template);
133133

134134
return function link(scope, element, attrs, tooltipCtrl) {
135135
var tooltip;

0 commit comments

Comments
 (0)