Skip to content

Commit 2bad989

Browse files
committed
fix: apply new formatting
1 parent 6f378dd commit 2bad989

File tree

16 files changed

+0
-16
lines changed

16 files changed

+0
-16
lines changed

string_to_code/to_ada.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import utils
66
from . import core
77

8-
98
_get_function_name = utils.get_function_name_fun("Proc_")
109

1110
_NULL_CALL = "null;"

string_to_code/to_algol68.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import core
66
from . import utils
77

8-
98
_get_function_name = utils.get_function_name_fun("p")
109

1110

string_to_code/to_ballerina.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from . import utils
77
from . import c_like_utils
88

9-
109
_get_function_name = utils.get_function_name_fun("fun_")
1110

1211

string_to_code/to_bash.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import core
66
from . import utils
77

8-
98
_get_function_name = utils.get_function_name_fun()
109

1110

string_to_code/to_c.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import utils
66
from . import c_like_utils
77

8-
98
_get_function_name = utils.get_function_name_fun()
109

1110

string_to_code/to_cobol.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import core
66
from . import utils
77

8-
98
_get_function_name = utils.get_function_name_fun("P_")
109

1110

string_to_code/to_cpp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import utils
66
from . import c_like_utils
77

8-
98
_get_function_name = utils.get_function_name_fun()
109

1110

string_to_code/to_fortran90.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import core
66
from . import utils
77

8-
98
_get_function_name = utils.get_function_name_fun("fun_")
109

1110

string_to_code/to_haskell.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import core
66
from . import utils
77

8-
98
_get_function_name = utils.get_function_name_fun()
109

1110

string_to_code/to_java.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from . import utils
66
from . import c_like_utils
77

8-
98
_get_function_name = utils.get_function_name_fun("fun")
109

1110

0 commit comments

Comments
 (0)