Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudFonzam committed Nov 24, 2023
1 parent 4d48e90 commit 4bcbe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/isf/menu/rest/UserController.java
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ public ResponseEntity<Boolean> deleteUserSetting(@PathVariable(name = "id") int
userSettingManager.deleteUserSetting(userSetting.get());
} catch (OHServiceException serviceException) {
throw new OHAPIException(new OHExceptionMessage("UserSetting not deleted."));
}
}
return ResponseEntity.ok(true);
}
throw new OHAPIException(new OHExceptionMessage("Not allowed."));
Expand Down

0 comments on commit 4bcbe75

Please sign in to comment.