Skip to content

Commit

Permalink
refactor(td-tools): run prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Eroglu <[email protected]>
  • Loading branch information
hasanheroglu committed Jul 22, 2024
1 parent 4b90ff3 commit 901a3cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/td-tools/src/td-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

import ThingDescription from "./thing-description";


/**
* @deprecated This function will be removed in the future. Please use '@thingweb/td-utils' package instead.
*/
Expand All @@ -33,7 +32,6 @@ export function findProtocol(td: ThingDescription): string {
return base.substring(0, columnLoc);
}


/**
* @deprecated This function will be removed in the future. Please use '@thingweb/td-utils' package instead.
*/
Expand Down

0 comments on commit 901a3cb

Please sign in to comment.