Skip to content

Commit 4bd462a

Browse files
author
Braden Olsen
committed
Updates proto definition
Removes unnecessary empty lines in the proto definition. This change improves code readability and consistency.
1 parent d977f36 commit 4bd462a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -685,23 +685,23 @@ message SubmitJobResultsRequest {
685685
string java_specification_vendor = 2; // java.specification.vendor
686686
string java_specification_name = 3; // java.specification.name
687687
string java_specification_maintenance_version = 4; // java.specification.maintenance.version
688-
688+
689689
// Java Version Info
690690
string java_version = 5; // java.version
691691
string java_version_date = 6; // java.version.date
692692
string java_vendor = 7; // java.vendor
693693
string java_vendor_version = 8; // java.vendor.version
694694
string java_vendor_url = 9; // java.vendor.url
695695
string java_vendor_url_bug = 10; // java.vendor.url.bug
696-
696+
697697
// Java Runtime
698698
string java_runtime_name = 11; // java.runtime.name
699699
string java_runtime_version = 12; // java.runtime.version
700700
string java_home = 13; // java.home
701701
string java_class_path = 14; // java.class.path
702702
string java_library_path = 15; // java.library.path
703703
string java_class_version = 16; // java.class.version
704-
704+
705705
// Java VM
706706
string java_vm_name = 17; // java.vm.name
707707
string java_vm_version = 18; // java.vm.version
@@ -711,27 +711,27 @@ message SubmitJobResultsRequest {
711711
string java_vm_specification_vendor = 22; // java.vm.specification.vendor
712712
string java_vm_specification_name = 23; // java.vm.specification.name
713713
string java_vm_compressed_oops_mode = 24; // java.vm.compressedOopsMode
714-
714+
715715
// Operating System
716716
string os_name = 25; // os.name
717717
string os_version = 26; // os.version
718718
string os_arch = 27; // os.arch
719-
719+
720720
// User Info
721721
string user_name = 28; // user.name
722722
string user_home = 29; // user.home
723723
string user_dir = 30; // user.dir
724724
string user_timezone = 31; // user.timezone
725725
string user_country = 32; // user.country
726726
string user_language = 33; // user.language
727-
727+
728728
// File System
729729
string file_separator = 34; // file.separator
730730
string path_separator = 35; // path.separator
731731
string line_separator = 36; // line.separator
732732
string file_encoding = 37; // file.encoding
733733
string native_encoding = 38; // native.encoding
734-
734+
735735
// Sun/Oracle Specific
736736
string sun_jnu_encoding = 39; // sun.jnu.encoding
737737
string sun_arch_data_model = 40; // sun.arch.data.model
@@ -741,15 +741,15 @@ message SubmitJobResultsRequest {
741741
string sun_cpu_endian = 44; // sun.cpu.endian
742742
string sun_management_compiler = 45; // sun.management.compiler
743743
string sun_io_unicode_encoding = 46; // sun.io.unicode.encoding
744-
744+
745745
// JDK/Debug
746746
string jdk_debug = 47; // jdk.debug
747747
string java_io_tmpdir = 48; // java.io.tmpdir
748-
748+
749749
// Application Specific
750750
string env = 49; // env (custom property)
751751
string micronaut_classloader_logging = 50; // micronaut.classloader.logging
752-
752+
753753
// Third Party Libraries
754754
string io_netty_allocator_max_order = 51; // io.netty.allocator.maxOrder
755755
string io_netty_process_id = 52; // io.netty.processId

0 commit comments

Comments
 (0)