Skip to content

Commit de34ddd

Browse files
committed
496: Add new lines at ends of files
1 parent 0af2626 commit de34ddd

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/client/src/pages/UserManagement/Components/Dialog/ChangePasswordDialog.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,4 @@ export default function ChangePasswordDialog(props) {
103103
</form>
104104
</Dialog>
105105
)
106-
107-
}
106+
}

src/client/src/pages/UserManagement/Components/Dialog/UserDialog.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ export default function UserDialog(props) {
5151
default:
5252
return null
5353
}
54-
}
54+
}

src/client/src/utils/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ export const updateUser = async (userData, token) => {
4949
console.warn(e)
5050
throw new Error(e);
5151
})
52-
}
52+
}

0 commit comments

Comments
 (0)