Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sikanderakbarali committed Mar 20, 2024
1 parent 8ecc49a commit ee91bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class App {
* @param {string} settings.cssSelector - CSS selector to get the container div
* @param {boolean} settings.enableTextResponse - Disables text responses from the form
*/
const defaultFunction = function nhsUserFeedback(settings = {}) {
const defaultFunction = function nhsUserFeedback(settings = {}) {
const settingsWithDefaults = {
cssSelector: '#nhsuk-user-feedback-form',
...settings,
Expand Down

0 comments on commit ee91bbc

Please sign in to comment.