summaryrefslogtreecommitdiff
path: root/lib/client.ml
diff options
context:
space:
mode:
authorMateus Cruz <mateuscolvr@gmail.com>2024-02-06 02:56:02 -0300
committerMateus Cruz <mateuscolvr@gmail.com>2024-02-06 02:56:02 -0300
commitdb882cae080d3820f1723a711398c21db27f826a (patch)
tree521898630757be1b8056539d919ded3aa69a66ba /lib/client.ml
parent7c92898c8f0adb4a6014ce5f434a7d862a0cdc57 (diff)
small refactor
Diffstat (limited to 'lib/client.ml')
-rw-r--r--lib/client.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/client.ml b/lib/client.ml
deleted file mode 100644
index 8be4644..0000000
--- a/lib/client.ml
+++ /dev/null
@@ -1,5 +0,0 @@
-type t =
- { id : int
- ; mov_limit : int
- ; balance : int
- }