Skip to content

Commit 8b2be19

Browse files
committed
Fix sytnax fragment testcases
1 parent 52cab4a commit 8b2be19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

javascript/frameworks/ui5/test/queries/UI5Xss/xss-xml-fragment-load/webapp/controller/app.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ sap.ui.define([
2222
}.bind(this));
2323
}
2424
});
25-
})
25+
});

javascript/frameworks/ui5/test/queries/UI5Xss/xss-xml-fragment/webapp/controller/app.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ sap.ui.define([
1818
}.bind(this));
1919
}
2020
});
21-
})
21+
});

0 commit comments

Comments
 (0)