Skip to content

Commit f732674

Browse files
author
Veselina Radeva
committed
(lint): fix lint error
1 parent 935a263 commit f732674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/main-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function startSelection(context, isSingle) {
3434
selection.forEach(function(selected) {
3535
console.log("----------------");
3636
console.log("uri: " + selected.uri);
37-
if(isSingle){
37+
if (isSingle) {
3838
selected.getImage({ maxWidth: 200, maxHeight: 200, aspectRatio: 'fill' })
3939
.then((imageSource) => {
4040
imageSrc.src = imageSource;

0 commit comments

Comments
 (0)