Skip to content

Commit

Permalink
refactor: remove trailing whitespace from all .gd files
Browse files Browse the repository at this point in the history
Not sure why these files were not included in
godot-escoria/escoria-demo-game#494.

Created this diff by running the following on Linux:

```
find -name \*.gd | xargs sed -i -e "s/[[:space:]]\+$//g"
```
  • Loading branch information
bolinfest authored and StraToN committed Mar 7, 2022
1 parent 9f4b55a commit 575e544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/escoria-ui-simplemouse/game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ func left_click_on_inventory_item(inventory_item_global_id: String, event: Input
$mouse_layer/verbs_menu.set_tool_texture(
item.inventory_item.texture_normal
)


func right_click_on_inventory_item(inventory_item_global_id: String, event: InputEvent) -> void:
mousewheel_action(1)
Expand Down

0 comments on commit 575e544

Please sign in to comment.