Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheidecke committed Apr 16, 2018
1 parent a152dff commit 8446022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/ajax/share.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function usersInGroup($gid, $search = '', $limit = -1, $offset = 0) {
$filter->getLink(),
$filter->getExpirationDate(),
$filter->getPersonalNote(),
$options
$options
);

if(empty($result)) {
Expand Down
2 changes: 1 addition & 1 deletion core/js/sharedialogmailview.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
var data = [{
"id": query.term,
"text" : query.term,
"disabled" : !_this.validateEmail(query.term)
"disabled" : !_this.validateEmail(query.term)
}];

// return query data ASAP
Expand Down

0 comments on commit 8446022

Please sign in to comment.