Skip to content

Commit

Permalink
matrix: fix whitespace issue (#1578)
Browse files Browse the repository at this point in the history
* matrix: fix whitespace issue

Fix whitespace issue introduced by #1576, closes $1577.

* Matrix: bump version number.
  • Loading branch information
yawpitch authored Sep 3, 2019
1 parent f3cb674 commit 9891a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/matrix/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "matrix",
"version": "1.2.0",
"version": "1.3.0",
"cases": [
{
"description": "extract row from one number matrix",
Expand Down Expand Up @@ -60,7 +60,7 @@
"description": "can extract column from non-square matrix with no corresponding row",
"property": "column",
"input": {
"string": "1 2 3 4\n 5 6 7 8\n 9 8 7 6",
"string": "1 2 3 4\n5 6 7 8\n9 8 7 6",
"index": 4
},
"expected": [4, 8, 6]
Expand Down

0 comments on commit 9891a29

Please sign in to comment.