Change function names to camelCase

This commit is contained in:
Michael 2021-05-06 22:10:48 +02:00 committed by GitHub
parent 42076e7424
commit 47da07347c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
const ftoc = function() { const fToC = function() {
} }
const ctof = function() { const cToF = function() {
} }