Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove blank line
Co-Authored-By: Minko Gechev <[email protected]>
  • Loading branch information
krzysztof-grzybek and mgechev authored Apr 25, 2020
commit 4bc74b766d1ec26ba35f93605e3edf1906d98db1
1 change: 0 additions & 1 deletion src/others/minimax.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
}
}


exports.minimax = minimax;

})(typeof window === 'undefined' ? module.exports : window);