Skip to content

Commit 2773b9e

Browse files
committed
Fix whitespace
1 parent c6e545b commit 2773b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cachematrix.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ makeCacheMatrix <- function(matrixValue = matrix()) {
2929
}
3030

3131
# Return the cached matrix object as a vector of functions
32-
list(set=set, get=get, setinverse=setinverse, getinverse=getinverse)
32+
list(set = set, get = get, setinverse = setinverse, getinverse = getinverse)
3333
}
3434

3535

0 commit comments

Comments
 (0)