Skip to content

Commit 5580ccb

Browse files
committed
Remove accidental typo
1 parent 7a0e075 commit 5580ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/core/directives/ui-grid-render-container.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
styles['margin-right'] = $scope.colContainer.columnOffset + 'px';
245245
}
246246
else {
247-
styles['margin-left'] = $scope.colContainer.columnOffset + 'px';del
247+
styles['margin-left'] = $scope.colContainer.columnOffset + 'px';
248248
}
249249
}
250250

0 commit comments

Comments
 (0)