Skip to content

Commit

Permalink
MDL-81031 core: Fix whitespace errors raised by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Aug 6, 2024
1 parent daed5e0 commit c950672
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/phpspreadsheet/markbaker/complex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The library currently provides the following operations:
- division by
- division into

together with functions for
together with functions for

- theta (polar theta angle)
- rho (polar distance/radius)
Expand Down Expand Up @@ -61,8 +61,8 @@ together with functions for
- log10 (base-10 log)
- log2 (base-2 log)
- pow (raised to the power of a real number)


---

# Installation
Expand Down
6 changes: 3 additions & 3 deletions lib/phpspreadsheet/markbaker/matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This library currently provides the following operations:
- division by
- division into

together with functions for
together with functions for

- adjoint
- antidiagonal
Expand All @@ -42,7 +42,7 @@ together with functions for
- solve

Given Matrices A and B, calculate X for A.X = B

and classes for

- Decomposition
Expand All @@ -58,7 +58,7 @@ and classes for
- power() function
- Decomposition
- Cholesky Decomposition
- EigenValue Decomposition
- EigenValue Decomposition
- EigenValues
- EigenVectors

Expand Down

0 comments on commit c950672

Please sign in to comment.