Skip to content

Commit 61522db

Browse files
committed
fix: Remove incorrect semicolon
1 parent 362f62a commit 61522db

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

packages/walkthrough/steps/31/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/UIComponent"], functio
200200
});
201201
}
202202
});
203-
;
204203
return Detail;
205204
});
206205

packages/walkthrough/steps/32/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/routing/History", "sap
8787
}
8888
}
8989
});
90-
;
9190
return Detail;
9291
});
9392

packages/walkthrough/steps/33/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/routing/History", "sap
520520
MessageToast.show(resourceBundle.getText("ratingConfirmation", [value]));
521521
}
522522
});
523-
;
524523
return Detail;
525524
});
526525

packages/walkthrough/steps/35/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/routing/History", "sap
206206
},
207207
//...
208208
});
209-
;
210209
return Detail;
211210
});
212211

0 commit comments

Comments
 (0)