Skip to content

Commit

Permalink
add EmptyFunc2
Browse files Browse the repository at this point in the history
  • Loading branch information
dxavx committed Feb 26, 2024
1 parent d40297e commit a64cbe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions function.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ func MinMax(array []float64) (min float64, max float64) {
func EmptyFunc() {

}

func EmptyFunc2() {

}

0 comments on commit a64cbe4

Please sign in to comment.