Skip to content

Commit

Permalink
fix: add newline to space.js to test release-please 694 fix (#696)
Browse files Browse the repository at this point in the history
Motivation:
* dummy commit to test #694 
* I expect when we merge this, I want to see release-please open a
w3up-client release-please PR for 5.5.1
  • Loading branch information
gobengo authored Mar 30, 2023
1 parent 24d92f6 commit ea18619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/w3up-client/src/space.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export class Space {
/** @type {import('./types').DID} */
#did

/** @type {Record<string, any>} */
#meta

Expand Down

0 comments on commit ea18619

Please sign in to comment.