Skip to content

Commit

Permalink
Removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Sep 26, 2018
1 parent d88f345 commit 5e8f7f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ts/search-plugins/operating-system-commands-plugin.ts
Expand Up @@ -17,7 +17,6 @@ export class OperatingSystemCommandsPlugin implements SearchPlugin {

public getAllItems(): SearchResultItem[] {


return this.systemCommands.map((setting: OperatingSystemCommand): SearchResultItem => {
return {
description: `${this.descriptionPrefix} ${UeliHelpers.searchResultDescriptionSeparator} ${setting.name}`,
Expand Down

0 comments on commit 5e8f7f6

Please sign in to comment.