Skip to content

Commit

Permalink
docs: adding EOF extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Dec 10, 2024
1 parent 5028ff1 commit 5b08948
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/combobox/apiExamples/inDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
</auro-combobox>
</div>
</auro-dialog>
</div>
</div>
2 changes: 1 addition & 1 deletion components/combobox/apiExamples/inDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export function inDialogExample() {
const dialog = document.querySelector("#combobox-dialog");
dialog.open = true;
});
};
};
2 changes: 1 addition & 1 deletion components/datepicker/apiExamples/inDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
<auro-datepicker />
</div>
</auro-dialog>
</div>
</div>
2 changes: 1 addition & 1 deletion components/datepicker/apiExamples/inDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export function inDialogExample() {
const dialog = document.querySelector("#datepicker-dialog");
dialog.open = true;
});
};
};
2 changes: 1 addition & 1 deletion components/dropdown/apiExamples/inDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
</auro-dropdown>
</div>
</auro-dialog>
</div>
</div>
2 changes: 1 addition & 1 deletion components/dropdown/apiExamples/inDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export function inDialogExample() {
const dialog = document.querySelector("#dropdown-dialog");
dialog.open = true;
});
};
};
2 changes: 1 addition & 1 deletion components/select/apiExamples/inDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
</auro-select>
</div>
</auro-dialog>
</div>
</div>
2 changes: 1 addition & 1 deletion components/select/apiExamples/inDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export function inDialogExample() {
const dialog = document.querySelector("#select-dialog");
dialog.open = true;
});
};
};

0 comments on commit 5b08948

Please sign in to comment.