Skip to content

Commit

Permalink
Optimize sample code indention
Browse files Browse the repository at this point in the history
  • Loading branch information
yidas committed Apr 27, 2018
1 parent 37df068 commit c7c6998
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,10 @@ Helper::setSheet(1, '2nd Sheet')
]);
// Set a sheet with the title which has been auto-normalized
Helper::setSheet(2, '*This [sheet] name has been auto-nomalizing', true)
->addRow(['Sheet Index', 'Sheet Count'])
->addRows([
[Helper::getActiveSheetIndex(), Helper::getSheetCount()],
]);
->addRow(['Sheet Index', 'Sheet Count'])
->addRows([
[Helper::getActiveSheetIndex(), Helper::getSheetCount()],
]);

Helper::output('MultiSheets');
```
Expand Down
8 changes: 4 additions & 4 deletions demo/multiple-sheets.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
]);
// Set a sheet with the title which has been auto-normalized
Helper::setSheet(2, '*This [sheet] name has been auto-nomalizing', true)
->addRow(['Sheet Index', 'Sheet Count'])
->addRows([
[Helper::getActiveSheetIndex(), Helper::getSheetCount()],
]);
->addRow(['Sheet Index', 'Sheet Count'])
->addRows([
[Helper::getActiveSheetIndex(), Helper::getSheetCount()],
]);

Helper::output('MultiSheets');

0 comments on commit c7c6998

Please sign in to comment.