Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ioncodes committed Aug 11, 2020
1 parent fee91af commit b76eade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions idacode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
### 0.2.0

- Added "Execute on save" support in settings
- Fixes Python 3.8 support on Windows ([PR #13](https://github.com/ioncodes/idacode/pull/13))
- Introduces `__name__` inside of the script environment as `__main__` ([Issue #14](https://github.com/ioncodes/idacode/issues/14))
- Fixes Python 3.8 support on Windows @ [PR #13](https://github.com/ioncodes/idacode/pull/13)
- Introduces `__name__` inside of the script environment as `__main__` @ [Issue #14](https://github.com/ioncodes/idacode/issues/14)
4 changes: 2 additions & 2 deletions idacode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ IDACode doesn't support host to VM communication unless the VM uses a shared vol
### 0.2.0

- Added "Execute on save" support in settings
- Fixes Python 3.8 support on Windows ([PR #13](https://github.com/ioncodes/idacode/pull/13))
- Introduces `__name__` inside of the script environment as `__main__` ([Issue #14](https://github.com/ioncodes/idacode/issues/14))
- Fixes Python 3.8 support on Windows @ [PR #13](https://github.com/ioncodes/idacode/pull/13)
- Introduces `__name__` inside of the script environment as `__main__` @ [Issue #14](https://github.com/ioncodes/idacode/issues/14)

0 comments on commit b76eade

Please sign in to comment.