Skip to content

Commit

Permalink
Clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
nbirillo committed Oct 16, 2024
1 parent 9665ffc commit ef01a1b
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ enum class ActionType {
MIX_SALAD, // null
BLEND, // null
ADD_TO_BLENDER, // fruits
REMOVE_FROM_COUNTER, // baskets, fruits, vegetables
CUT_ON_COUNTER, // Cut a fruit or a vegetable
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ enum class ActionType {
MIX_SALAD, // null
BLEND, // null
ADD_TO_BLENDER, // fruits
REMOVE_FROM_COUNTER, // baskets, fruits, vegetables
CUT_ON_COUNTER, // Cut a fruit or a vegetable
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ enum class ActionType {
MIX_SALAD, // null
BLEND, // null
ADD_TO_BLENDER, // fruits
REMOVE_FROM_COUNTER, // baskets, fruits, vegetables
CUT_ON_COUNTER, // Cut a fruit or a vegetable
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ enum class ActionType {
MIX_SALAD, // null
BLEND, // null
ADD_TO_BLENDER, // fruits
REMOVE_FROM_COUNTER, // baskets, fruits, vegetables
CUT_ON_COUNTER, // Cut a fruit or a vegetable
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ enum class ActionType {
MIX_SALAD, // null
BLEND, // null
ADD_TO_BLENDER, // fruits
REMOVE_FROM_COUNTER, // baskets, fruits, vegetables
CUT_ON_COUNTER, // Cut a fruit or a vegetable
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ enum class ActionType {
MIX_SALAD, // null
BLEND, // null
ADD_TO_BLENDER, // fruits
REMOVE_FROM_COUNTER, // baskets, fruits, vegetables
CUT_ON_COUNTER, // Cut a fruit or a vegetable
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ enum class ActionType {
MIX_SALAD, // null
BLEND, // null
ADD_TO_BLENDER, // fruits
REMOVE_FROM_COUNTER, // baskets, fruits, vegetables
CUT_ON_COUNTER, // Cut a fruit or a vegetable
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ enum class ActionType {
MIX_SALAD, // null
BLEND, // null
ADD_TO_BLENDER, // fruits
REMOVE_FROM_COUNTER, // baskets, fruits, vegetables
CUT_ON_COUNTER, // Cut a fruit or a vegetable
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ enum class ActionType {
MIX_SALAD, // null
BLEND, // null
ADD_TO_BLENDER, // fruits
REMOVE_FROM_COUNTER, // baskets, fruits, vegetables
CUT_ON_COUNTER, // Cut a fruit or a vegetable
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ enum class ActionType {
MIX_SALAD, // null
BLEND, // null
ADD_TO_BLENDER, // fruits
REMOVE_FROM_COUNTER, // baskets, fruits, vegetables
CUT_ON_COUNTER, // Cut a fruit or a vegetable
}

0 comments on commit ef01a1b

Please sign in to comment.