Skip to content

Commit

Permalink
style(layout): correct switch indention
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jul 12, 2018
1 parent 57c3b92 commit 97137f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/layout/ManhattanLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,10 @@ function getDirections(orientation, defaultLayout) {
case 'right':
return 'h:h';

// 'top-left'
// 'top-right'
// 'bottom-left'
// 'bottom-right'
// 'top-left'
// 'top-right'
// 'bottom-left'
// 'bottom-right'
default:
return defaultLayout;
}
Expand Down

0 comments on commit 97137f2

Please sign in to comment.