Skip to content

Commit

Permalink
Remove accidental typo
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Feb 16, 2015
1 parent 7a0e075 commit 5580ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/core/directives/ui-grid-render-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
styles['margin-right'] = $scope.colContainer.columnOffset + 'px';
}
else {
styles['margin-left'] = $scope.colContainer.columnOffset + 'px';del
styles['margin-left'] = $scope.colContainer.columnOffset + 'px';
}
}

Expand Down

0 comments on commit 5580ccb

Please sign in to comment.