mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
RSC: Minor comment changes
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
@ -42,4 +42,4 @@ process.on('SIGINT', function()
|
||||
clearInterval(myInterval);
|
||||
console.log("Exiting...");
|
||||
process.exit(0);
|
||||
});
|
||||
});
|
||||
|
@ -52,4 +52,4 @@ def main():
|
||||
time.sleep(1)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
main()
|
||||
|
Reference in New Issue
Block a user