Skip to content

Commit 6db1886

Browse files
committed
Add empty line at the end of a few files
1 parent bb9005a commit 6db1886

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

adb-proxy-socket/proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ function sendToApplication(packet) {
133133

134134
server.listen(PORT, () => {
135135
console.log(`adb-mcp Command proxy server running on ws://localhost:${PORT}`);
136-
});
136+
});

mcp/id-mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ def get_instructions() -> str:
143143
"SUBTRACT",
144144
"DIVIDE"
145145
]
146-
"""
146+
"""

mcp/pr-mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,4 +901,4 @@ def get_instructions() -> str:
901901
"VIVIDLIGHT",
902902
"SUBTRACT",
903903
"DIVIDE"
904-
]
904+
]

uxp/id/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@
104104
]
105105
}
106106
]
107-
}
107+
}

uxp/pr/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@
104104
]
105105
}
106106
]
107-
}
107+
}

uxp/ps/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@
104104
]
105105
}
106106
]
107-
}
107+
}

0 commit comments

Comments
 (0)