Skip to content

Commit

Permalink
Merge pull request #17 from Next2D/develop
Browse files Browse the repository at this point in the history
不要なスペースを削除
  • Loading branch information
ienaga committed Jul 4, 2023
2 parents 86222a7 + f8577b3 commit 94e9ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class ${name}ViewModel extends ViewModel
{
return this
.factory(view)
.then((view) =>
.then((view) =>
{
return Promise.resolve(view);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next2d/view-generator",
"version": "1.5.0",
"version": "1.5.1",
"description": "Generate the View class required for routing.",
"author": "Toshiyuki Ienaga<ienaga@tvon.jp>",
"license": "MIT",
Expand Down

0 comments on commit 94e9ee5

Please sign in to comment.