Skip to content

Commit

Permalink
fix indentation...
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 9, 2024
1 parent e86a15a commit 6a780ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools/settings-client-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const commands = {};
* since it does not have the foreground service.
*
* @this {import('../adb.js').ADB}
* @throws {Error} If the method gets an error in the adb shell execution.
* @throws {Error} If the method gets an error in the adb shell execution.
* @returns {Promise<boolean>} Return true if the device has running settings app foreground service.
*/
commands.isSettingsAppServiceRunningInForeground = async function isSettingsAppServiceRunningInForeground () {
Expand Down

0 comments on commit 6a780ef

Please sign in to comment.